home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / games / IndiZone / gold / selectors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  1.7 KB  |  58 lines

  1. /*
  2.  * The original copyright owners of the accompanying source code files have
  3.  * agreed to place such code into the public domain.  Accordingly, anyone
  4.  * who receives or obtains a copy of such source code is freely entitled to
  5.  * reproduce, use and otherwise exploit such code (including the right to
  6.  * make derivative works), at his/her own risk and expense, without any
  7.  * obligation or liability to the original copyright owners.
  8.  *
  9.  * We would appreciate (but do not require) that the following message be
  10.  * included in any derivative works:
  11.  *
  12.  * "Portions of this program were developed by Peter Broadwell, Rob Myers
  13.  * and Robin Schaufler while working in Silicon Valley."
  14.  *
  15.  * The accompanying source code files and related documentation materials
  16.  * are distributed on an "AS IS" basis, without any warranties or
  17.  * guarantees of any kind.  All implied warranties, including the implied
  18.  * warranties of merchantability and of fitness for any particular purpose,
  19.  * are expressly disclaimed.
  20.  */
  21. #define UNDEFINED     0
  22. #define DRAW         1
  23. #define HEADX        2
  24. #define HEADY        3
  25. #define MOVE        4
  26. #define DOIT        5
  27. #define TAKE        6
  28. #define LEFTRIGHT    7
  29. #define UPDOWN        8
  30. #define INOUT        9
  31. #define ZOOM        10
  32. #define POLL        11
  33. #define INIT        12
  34. #define DUMPVOX        13
  35. #define FREE        14
  36. #define SELECT        15
  37. #define DESELECT    16
  38. #define BEGINSELECT    17
  39. #define CONTSELECT    18
  40. #define ENDSELECT    19
  41. #define OLDSELECT    20
  42. #define NEWSELECT    21
  43. #define FREEVARS    22
  44. #define ADDPANEL    23
  45. #define DRAWTRACKER    24
  46. #define HOME        25
  47. #define TRANSACT    26
  48. #define NEWSPEED    27
  49. #define NEWHEADING    28
  50. #define NEWAZIMUTH    29
  51. #define TESTMENU    30
  52. #define POSTBEHAVE    31
  53. #define RESET        32
  54. #define TOSSBEHAVIOR    33
  55. #define CANCONFIRMER    34
  56. #define DIE        35
  57. #define KILLSELECT    36
  58.